Skip to content

Commit

Permalink
CodeGen from PR 26668 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2f475ea686491039141d7698ac86e9d033492a48 into d6d9527c628f09bc81fb1b01d938872e1a681a2d
  • Loading branch information
SDKAuto committed Nov 14, 2023
1 parent 4fe0646 commit a1788b1
Show file tree
Hide file tree
Showing 14 changed files with 334 additions and 337 deletions.
6 changes: 6 additions & 0 deletions sdk/communication/azure-communication-jobrouter/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"commit": "e68088ff9efe50baf3c5d6d8711e0cf8227d73dc",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/communication/Communication.JobRouter",
"@azure-tools/typespec-python": "0.15.13"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

from ._patch import JobRouterAdministrationClient
from ._patch import JobRouterClient
from ._client import JobRouterAdministrationClient
from ._client import JobRouterClient
from ._version import VERSION

__version__ = VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class JobRouterAdministrationClient(
): # pylint: disable=client-accepts-api-version-keyword
"""JobRouterAdministrationClient.
:param endpoint: Required.
:param endpoint: Uri of your Communication resource. Required.
:type endpoint: str
:keyword api_version: The API version to use for this operation. Default value is "2023-11-01".
Note that overriding this default value may result in unsupported behavior.
Expand Down Expand Up @@ -98,7 +98,7 @@ def __exit__(self, *exc_details: Any) -> None:
class JobRouterClient(JobRouterClientOperationsMixin): # pylint: disable=client-accepts-api-version-keyword
"""JobRouterClient.
:param endpoint: Required.
:param endpoint: Uri of your Communication resource. Required.
:type endpoint: str
:keyword api_version: The API version to use for this operation. Default value is "2023-11-01".
Note that overriding this default value may result in unsupported behavior.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class JobRouterAdministrationClientConfiguration: # pylint: disable=too-many-in
Note that all parameters used to create this instance are saved as instance
attributes.
:param endpoint: Required.
:param endpoint: Uri of your Communication resource. Required.
:type endpoint: str
:keyword api_version: The API version to use for this operation. Default value is "2023-11-01".
Note that overriding this default value may result in unsupported behavior.
Expand Down Expand Up @@ -56,7 +56,7 @@ class JobRouterClientConfiguration: # pylint: disable=too-many-instance-attribu
Note that all parameters used to create this instance are saved as instance
attributes.
:param endpoint: Required.
:param endpoint: Uri of your Communication resource. Required.
:type endpoint: str
:keyword api_version: The API version to use for this operation. Default value is "2023-11-01".
Note that overriding this default value may result in unsupported behavior.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

from ._patch import JobRouterAdministrationClientOperationsMixin
from ._patch import JobRouterClientOperationsMixin
from ._operations import JobRouterAdministrationClientOperationsMixin
from ._operations import JobRouterClientOperationsMixin

from ._patch import __all__ as _patch_all
from ._patch import * # pylint: disable=unused-wildcard-import
Expand Down
Loading

0 comments on commit a1788b1

Please sign in to comment.