You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updating ga5 version
* Addressing comments
* fixing the media streaming error
* updating the change
* Recorded live tests + GA5 changes (#41253)
* updating the locale and adding the operation callback uril in the unholdoptions
* updating hold operationcallback url
* updating version number
* adding the dtmf
* fixing the spelling error on the comment
* Live/Recorded Tests (#41328)
* Rerecorded live tests.
* Pushed assets.json.
* fixing the pipeline error
* fixing lint error
* fixing the recording issue
* fixing doc error
* Created feature branch off of callautomation/release/ga5. Updated to ga6 apispec and made necessary changes.
* Made changes to start recording to effectively handle call_connection_id to locate call rather than using call locator.
* Recorded live tests for ga6.
* updating changelog
* [OPS Common SDK] Update Communication Common SDK for Teams Phone Extensibility GA (#41219)
* Update models.py
* Update models.py
* Update models.py
* Update phone number identifier
* add tests
* small updates
* Update test_identifier_raw_id.py
* Update test_identifier_raw_id.py
* Update test_identifier_raw_id.py
* Create entra_user_credential_async.py
* add entra token cred
* add async exchange
* Update models.py
* Update test_identifier_raw_id.py
* Update test_identifier_raw_id.py
* update credential
* Update entra_user_credential_async.py
* Update entra_user_credential_async.py
* Update entra_user_credential_async.py
* Update entra_user_credential_async.py
* Create pipeline_utils.py
* Create entra_token_guard_policy.py
* Create entra_token_credential_options.py
* Create token_exchange.py
* Update token_exchange.py
* updates
* Update token_exchange.py
* Update token_exchange.py
* cleanup old files
* Update token_exchange.py
* Update entra_token_guard_policy.py
* updated credential classes
* updates
* Delete manual_test.py
* Update user_credential.py
* Copy to all _shared in all sdks
* Update sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_shared/entra_token_guard_policy.py
Co-authored-by: Dominik <[email protected]>
* Update token_exchange.py
* update version
* Fix imports
* Fix imports in all folders
* Fix test
* Update test_identifier_raw_id.py
* Update dev_requirements.txt
* try to fix conflict in pipeline
* try to fix conflict in pipeline 2
* Update setup.py
* try to fix call automation
* remove references
* expose the identifiers
* Update documentation for credential to include the optional params
* Delete manual_test.py
* Update _version.py
* fix comment to default the cloud
* fix comments for phone number properties
* fix path
* Update CHANGELOG.md
* fix cloud param
* fix comment
* Create test_entra_token_guard_policy.py
* fix for cloud param
* Add tests for token exchange
* add tests for credential
* update test
* Update test_user_credential_async.py
* add check in async cred
* fix cloud
* update not required
* Update test_identifier_raw_id.py
* fix passing scopes
* copy paste from identity
* fix space
* fix sending scopes
* Update test_token_exchange.py
* fix spaces for doc
* fix pylint errors
* fix pylint error in model
* fix props in phone number
* fix dateutil import
* update init of asserted_id
* replace none with ""
* update models phone number
* fix some pylint errors: format
* split files
* pylint fixes
* pylint call automation
* pylint for all
* fix some pylint warnings
* fix last warnings in identity
* update all
* update token exchange
* update credential for all sdks
* fix comments
* add some tests
* fix tests
* fix some comments
* fix comments
* copy in all sdks
* fix include
* fix import
* fix tests
* fix comments
* fix analysis warnings
* fix mypy
* fix pylint
* fix mypy
* fix optional scopes
---------
Co-authored-by: Dominik <[email protected]>
* updating api version
* ga6 vesrion update
* updating the python version
* updating the live test
* pushing resolve issue
* changelog update
* Update serialization.py
* updating ordering
* changing to dev version number as the pipeline is not letting to create the PR succeeded
* version number update
* Adding the classifier for the ga release
* making the teams extension users constructers to have the keyword only param
* copy issue fixing
* spell check fix
* updating communication shared code to use the isodate instead of the … (#42085)
* udpating communication shared code to use the isodate instead of the date util
* fixing the tests
* fix the test failure
* Updated communications dependencies
* Local transport import statements
* Use fixed offsets instead of ZoneInfo to fix tests in all environments
* addressing the comments
* changing to zoneinfo as per the comments
* Revert "changing to zoneinfo as per the comments"
This reverts commit 3e2610d.
---------
Co-authored-by: antisch <[email protected]>
Co-authored-by: Cezara Mateiasi <[email protected]>
* release date update
* update changelog
* Add asynchronous tests to align with existing synchronous tests in Call Automation SDK (#41990)
* Creating async live tests for call automation
* Removing the unavailable tests for GA6
* Updating the async tests for call automation
* updating the changes
* Pushing the recorded tests and assests.json
* updating the async tests
* Adding the async tests for callautomation
* updating asset file
---------
Co-authored-by: Vinothini Dharmaraj <[email protected]>
* fixing the long path issue fixed for the build failure
* removing older files
* removing the release
* reverting the version beta to check in changes to main as the release date is not confirmed
* reverting classifier
---------
Co-authored-by: v-saasomani <[email protected]>
Co-authored-by: Cezara Zamfir <[email protected]>
Co-authored-by: Dominik <[email protected]>
Co-authored-by: antisch <[email protected]>
Co-authored-by: Cezara Mateiasi <[email protected]>
Co-authored-by: Srinivasa Kaluri <[email protected]>
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_call_automation_client.py
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/_client.py
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,12 @@
18
18
from . importmodelsas_models
19
19
from ._configurationimportAzureCommunicationCallAutomationServiceConfiguration
20
20
from ._utils.serializationimportDeserializer, Serializer
21
-
from .operationsimportCallConnectionOperations, CallMediaOperations, CallRecordingOperations
22
-
from .operations._operationsimport_AzureCommunicationCallAutomationServiceOperationsMixin
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/_configuration.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ class AzureCommunicationCallAutomationServiceConfiguration: # pylint: disable=t
25
25
:type endpoint: str
26
26
:param credential: Credential needed for the client to connect to Azure. Required.
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/aio/_client.py
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,12 @@
18
18
from .. importmodelsas_models
19
19
from .._utils.serializationimportDeserializer, Serializer
20
20
from ._configurationimportAzureCommunicationCallAutomationServiceConfiguration
21
-
from .operationsimportCallConnectionOperations, CallMediaOperations, CallRecordingOperations
22
-
from .operations._operationsimport_AzureCommunicationCallAutomationServiceOperationsMixin
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/aio/_configuration.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ class AzureCommunicationCallAutomationServiceConfiguration: # pylint: disable=t
25
25
:type endpoint: str
26
26
:param credential: Credential needed for the client to connect to Azure. Required.
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/aio/operations/__init__.py
0 commit comments